package.test.core.core.test.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ibm-gantt-chart Show documentation
Show all versions of ibm-gantt-chart Show documentation
IBM Gantt Chart Component, integrable in Vanilla, jQuery, or React Framework.
The newest version!
describe('Core', function() {
const { expect } = chai;
describe('Use minimal table implementation', function() {
it('Should show an empty Gantt', function() {
return this.createGantt().then(function(gantt) {});
});
});
});